home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / touch_the_bubbles.swf / scripts / DefineSprite_53_ball / frame_1 / DoAction.as
Text File  |  2008-03-12  |  347b  |  12 lines

  1. col = new Color(ball);
  2. pal = new Object();
  3. pal = {ra:100,rb:r1,ga:100,gb:g1,ba:100,bb:b1,aa:100,ab:0};
  4. col.setTransform(pal);
  5. col1 = new Color(shad);
  6. pal1 = new Object();
  7. pal1 = {ra:100,rb:r1 / 1.5,ga:100,gb:g1 / 1.5,ba:100,bb:b1 / 1.5,aa:100,ab:0};
  8. col1.setTransform(pal1);
  9. ck = 0;
  10. scale = Math.round(this._width / 6);
  11. gotoAndPlay(2);
  12.